* Makefile.in (xmakefile): Add missing quote.
authorJim Blandy <jimb@redhat.com>
Thu, 4 Mar 1993 15:16:11 +0000 (15:16 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 4 Mar 1993 15:16:11 +0000 (15:16 +0000)
src/Makefile.in

index 7e8f4c49e46309086856ab16eda3ff50a13ceac5..3279989fe075d0808eaad294659f4077eeb7070d 100644 (file)
@@ -63,7 +63,7 @@ xmakefile: ymakefile config.h
        $(CPP) junk.c > junk.cpp \
        -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \
                          | sed -e 's/-g /C_DEBUG_SWITCH /' \
-                               -e 's/-O /C_OPTIMIZE_SWITCH /`"
+                               -e 's/-O /C_OPTIMIZE_SWITCH /'`"
        < junk.cpp                                      \
        sed     -e 's/^#.*//'                           \
                -e 's/^[ \f\t][ \f\t]*$$//'             \